'Declaration
Public Overloads Sub Select( _ ByVal ranges As IEnumerable(Of GridCellRange), _ ByVal scrollIntoView As Boolean, _ Optional ByVal hideSelectionAdorners As Boolean _ )
public void Select( IEnumerable<GridCellRange> ranges, bool scrollIntoView, bool hideSelectionAdorners )
Parameters
- ranges
- The collection of GridCellRange to select.
- scrollIntoView
- Whether to scroll the new selection into view.
- hideSelectionAdorners
- Whether the selection adorners are hidden.